home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2780 < prev    next >
Encoding:
Text File  |  1996-08-06  |  928 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: cdf.toronto.edu!g2yantc
  3. From: g2yantc@cdf.toronto.edu (Wilfred)
  4. Subject: unresolve external error? (question on LIB files)
  5. Message-ID: <DLFt61.E4x@cdf.toronto.edu>
  6. Sender: news@cdf.toronto.edu (Usenet News)
  7. Nntp-Posting-Host: eddie
  8. Organization: University of Toronto, Computing Disciplines Facility
  9. Date: Fri, 19 Jan 1996 16:44:24 GMT
  10.  
  11.  
  12. Hi I have the Microsoft IMSL Fortran libraries on bunch of stats and
  13. maths functions. according to them they can be used with MSVC++. So I
  14. copy the stats.h to my c:\msvc20\include and stats.lib (5MB size) to my
  15. c:\msvc20\lib.  When I write a small program to call the function, the
  16. program compiles ok but there is a link error ' unresolve external the
  17. function name that I am calling'.
  18.  
  19. Am I doing anything worng or there are some utils to convert LIB to
  20. DLL? or the LIB is not compatible at all? Any advice or suggestion would
  21. be much appreciated.
  22.  
  23. Thanks
  24.